DioDocs for PDF
GcWicBitmap コンストラクタ(Stream,Int32,Nullable<Rectangle>)

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > GcWicBitmap コンストラクタ : GcWicBitmap コンストラクタ(Stream,Int32,Nullable<Rectangle>)
The source stream. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported.
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Clipping rectangle of the image to be loaded.
Initializes a new instance of the GcWicBitmap class.
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal frameIndex As System.Integer, _
   Optional ByVal imageRect As System.Nullable(Of Rectangle) _
)
public GcWicBitmap( 
   System.IO.Stream stream,
   System.int frameIndex,
   System.Nullable<Rectangle> imageRect
)

パラメータ

stream
The source stream. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported.
frameIndex
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
imageRect
Clipping rectangle of the image to be loaded.
参照

GcWicBitmap クラス
GcWicBitmap メンバ
オーバーロード一覧